Link to xaw3d if available.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:34:12 +0000 (17:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 Jun 2007 17:34:12 +0000 (17:34 +0000)
lwlib/lwlib.c

index bd5d9adbf9dfe4db851b26630963de929681ef87..542b3ba5a60e50ce83fc9ac876ed3f44c5f2fd49 100644 (file)
@@ -48,7 +48,11 @@ Boston, MA 02110-1301, USA.  */
 #endif /* not USE_MOTIF && USE_LUCID */
 #endif
 #if defined (USE_XAW)
+#ifdef HAVE_XAW3D
+#include <X11/Xaw3d/Paned.h>
+#else /* !HAVE_XAW3D */
 #include <X11/Xaw/Paned.h>
+#endif /* HAVE_XAW3D */
 #include "lwlib-Xaw.h"
 #endif